Parameter (machine learning)
The weights and biases that a model learns during training. For example, in a linear regression model, the parameters consist of the bias () and all the weights (, , and so on) in the following formula:
In contrast, hyperparameters are the values that you (or a hyperparameter tuning service) supply to the model. For example, learning rate is a hyperparameter.1